home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00528.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  415 b   |  18 lines

  1. on exitFrame
  2.   global movie, RATE
  3.   if the movieTime of sprite 20 = the stopTime of sprite 20 then
  4.     if movie = 5 then
  5.       set RATE to 1
  6.       set the movieRate of sprite 20 to 1
  7.       set the visible of sprite 20 to 0
  8.       go("fantasy")
  9.     else
  10.       set RATE to 1
  11.       set the movieRate of sprite 20 to 1
  12.       set the visible of sprite 20 to 0
  13.       go("question")
  14.     end if
  15.   end if
  16.   go(the frame)
  17. end
  18.